Get Admin Users
Get Admin Users
Path Parameters
Response
id
string
Unique ID of Admin User.
mfaEnabled
string
A boolean value indicating whether the mfa is enabled (true) or not (false).
createdTimestamp
number
Timestamp indicating when the user is created.
username
string
The username of the Admin User.
enabled
boolean
A boolean value indicating whether the user is enabled (true) or disabled (false).
emailVerified
boolean
A boolean value indicating whether the email is verified (true) or not (false).
email
string
Email Id of the new user
skipSendingEmail
boolean
A boolean value indicating whether the user will get email (false) or not (false).
access
object
Access information of the user
accountCreator
boolean
A boolean value indicating whether the user is account creator (true) or not (false).
[
{
"id": "67e7607a-4fe3-4420-ac24-9afdaaab9a0b",
"mfaEnabled": false,
"createdTimestamp": 1704183353749,
"username": "grootadmin1",
"enabled": true,
"emailVerified": false,
"email": "grootadmin1@grootan.com",
"skipSendingEmail": false,
"access": {
"manageGroupMembership": true,
"winlogonUser": false,
"view": true,
"mapRoles": true,
"impersonate": true,
"winlogonAdmin": false,
"manage": true
},
"accountCreator": false
},
{
"id": "4ffd9b00-ec58-4470-a3ae-e3c38d6d2b8d",
"mfaEnabled": true,
"createdTimestamp": 1702920404904,
"username": "grootadmin2",
"enabled": true,
"emailVerified": true,
"email": "grootadmin2@grootan.com",
"skipSendingEmail": false,
"access": {
"manageGroupMembership": true,
"winlogonUser": false,
"view": true,
"mapRoles": true,
"impersonate": true,
"winlogonAdmin": false,
"manage": true
},
"accountCreator": true
}
]
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |